Interface PortKeepAliveProcess

All Superinterfaces:
IPCObject, Process
All Known Subinterfaces:
FrameRelayProcess, PPPProcess
All Known Implementing Classes:
FrameRelayProcessImpl, PortKeepAliveProcessImpl, PPPProcessImpl

public interface PortKeepAliveProcess extends Process
Information provided by the PKI file:

    \class PortKeepAliveProcess
    
    \brief PortKeepAliveProcess handles the keepalive process on a device port.
    
    \example network().getDevice("Router0").getKeepAliveProcess()
    
Author:
Auto-generated
  • Method Details

    • setKeepAliveOn

      void setKeepAliveOn(boolean bOn)
      Information provided by the PKI file:
      
          \Enables or disables keepalive.
          
          \param bOn, true to enable keepalive, false to disable it.
          
              
      Parameters:
      bOn - Takes in a parameter of bOn
    • isKeepAliveOn

      boolean isKeepAliveOn()
      Information provided by the PKI file:
      
          \brief Returns true if keepalive is enabled, otherwise false.
          
          \return bool, true if keepalive is enabled, otherwise false.
          
              
      Returns:
      boolean Returns a boolean
    • setKeepAliveInterval

      void setKeepAliveInterval(int interval)
      Information provided by the PKI file:
      
          \brief Sets the keepalive interval.
          
          \param interval, the interval for keepalive.
          
              
      Parameters:
      interval - Takes in a parameter of interval
    • getKeepAliveInterval

      int getKeepAliveInterval()
      Information provided by the PKI file:
      
          \brief Returns the keepalive interval.
          
          \return int, the keepalive interval.
          
              
      Returns:
      int Returns a int